home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m39.dir / 00030.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  683 b   |  20 lines

  1. on mouseUp
  2.   global gPage1Column1, gPage1Column2, gPage1Column3, gPage1Column4, gPage1Column5, gPage2n3Column1, gPage2n3Column2, gPage2n3Column3, gPage2n3Column4, gPage2n3Column5
  3.   puppetSound("MouseUp.aif")
  4.   if gPage1Column1 then
  5.     set the castNum of sprite 12 to cast "view1.1"
  6.     set the locH of sprite 17 to 1000
  7.     set the locV of sprite 17 to 1000
  8.     set gPage1Column1 to 0
  9.     set gPage2n3Column1 to 0
  10.   else
  11.     set the castNum of sprite 12 to cast "hide1.1"
  12.     set the castNum of sprite 17 to cast "text1.1"
  13.     set the locH of sprite 17 to 320
  14.     set the locV of sprite 17 to 240
  15.     set gPage1Column1 to 1
  16.     set gPage2n3Column1 to 1
  17.   end if
  18.   updateStage()
  19. end
  20.